home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / U-Z / zmodem.source.cpt / ptest.sh < prev    next >
Encoding:
Text File  |  1989-02-15  |  123 b   |  5 lines

  1. #a short test for sz and rz using a named pipe - no modem used.
  2. /etc/mknod fifo p
  3. sz <fifo /etc/motd |rz >fifo
  4. rm fifo
  5.